home *** CD-ROM | disk | FTP | other *** search
- on mouseDown
- puppetSprite(15, 1)
- set the memberNum of sprite 15 to the number of member "W-PPP2 DOWN.PICT"
- updateStage()
- puppetSound("Squishy")
- end
-
- on mouseUp
- global rootpath
- set the memberNum of sprite 15 to the number of member "W-PPP2 UP.PICT"
- updateStage()
- puppetSprite(15, 1)
- SetReturn()
- delay(60)
- puppetSprite(15, 0)
- unloadMember(member "WATER DOWN.PICT", "Squishy")
- if the machineType = 256 then
- alert("To launch demo, run PPP2_SMP.EXE in IQDIGIZINE CD-ROM folder: DEMOS\PPP2.")
- else
- open(rootpath & "DEMOS:PPP2:PPP2-SAMPLER")
- end if
- end
-